projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c0b59e
)
(setpgrp): Remove extra parens around parameters.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 25 May 1998 16:01:08 +0000
(16:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 25 May 1998 16:01:08 +0000
(16:01 +0000)
src/s/gnu-linux.h
patch
|
blob
|
history
diff --git
a/src/s/gnu-linux.h
b/src/s/gnu-linux.h
index 3113565d36e295eec089f8fade228902901ebb5a..d0d8a95bca6a4bca06229de9f5f80e3861488369 100644
(file)
--- a/
src/s/gnu-linux.h
+++ b/
src/s/gnu-linux.h
@@
-301,4
+301,4
@@
Boston, MA 02111-1307, USA. */
actually set a process group. */
#define BSD_PGRPS
-#define setpgrp(pid,pgid) setpgid(
(pid),(pgid)
)
+#define setpgrp(pid,pgid) setpgid(
pid,pgid
)